Keysight VISA.NET Help
ReadBinaryBlockOfByte(Byte[],Int64,Int64) Method



An array of bytes allocated by the calling program.
The index in the output data array where the first element is stored.
The maximum number of elements to store in the output data array.
Read an array of bytes from the formatted I/O read buffer and store a maximum of count elements into data starting at index.
Syntax
'Declaration
 
Overloads Function ReadBinaryBlockOfByte( _
   ByVal data() As Byte, _
   ByVal index As Long, _
   ByVal count As Long _
) As Long
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Byte
Dim index As Long
Dim count As Long
Dim value As Long
 
value = instance.ReadBinaryBlockOfByte(data, index, count)
long ReadBinaryBlockOfByte( 
   byte[] data,
   long index,
   long count
)
int64 ReadBinaryBlockOfByte( 
   array<byte>^ data,
   int64 index,
   int64 count
) 

Parameters

data
An array of bytes allocated by the calling program.
index
The index in the output data array where the first element is stored.
count
The maximum number of elements to store in the output data array.

Return Value

The actual number of elements stored the output data array.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025